projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
282e7c3
)
Add available marker to gdk_x11_window_set_utf8_property
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 25 Feb 2013 09:50:28 +0000
(10:50 +0100)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 25 Feb 2013 09:54:33 +0000
(10:54 +0100)
gdk/x11/gdkx11window.h
patch
|
blob
|
history
diff --git
a/gdk/x11/gdkx11window.h
b/gdk/x11/gdkx11window.h
index 47bd5c5e6c61bbe9146bb0d198505eea0bda66e5..88cc40fa8020553fcf1556db782d38dba1e6051a 100644
(file)
--- a/
gdk/x11/gdkx11window.h
+++ b/
gdk/x11/gdkx11window.h
@@
-55,6
+55,7
@@
GType gdk_x11_window_get_type (void);
Window gdk_x11_window_get_xid (GdkWindow *window);
void gdk_x11_window_set_user_time (GdkWindow *window,
guint32 timestamp);
+GDK_AVAILABLE_IN_3_4
void gdk_x11_window_set_utf8_property (GdkWindow *window,
const gchar *name,
const gchar *value);